home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 January / PCWorld_2002-01_cd.bin / Novinky / Becher / 1. Zlaty Kalich / ZlatyKalich.exe / scripts / DefineButton2_494 / BUTTONCONDACTION on(release).as
Text File  |  2001-11-12  |  145b  |  11 lines

  1. on(release){
  2.    if(_root.english == 1)
  3.    {
  4.       _parent.gotoAndStop("b1");
  5.    }
  6.    else
  7.    {
  8.       _parent.gotoAndStop("z1");
  9.    }
  10. }
  11.